text/template/parse.Tree.unexpected (method)

9 uses

	text/template/parse (current package)
		parse.go#L176: 		t.unexpected(token, context)
		parse.go#L185: 		t.unexpected(token, context)
		parse.go#L191: func (t *Tree) unexpected(token item, context string) {
		parse.go#L373: 		t.unexpected(token, "input")
		parse.go#L419: 		t.unexpected(token, "in {{break}}")
		parse.go#L432: 		t.unexpected(token, "in {{continue}}")
		parse.go#L492: 			t.unexpected(token, context)
		parse.go#L651: 		t.unexpected(token, context)
		parse.go#L676: 			t.unexpected(token, "operand")